runtime.gcWork.flushedWork (field)
10 uses
runtime (current package)
mgc.go#L908: if pp.gcw.flushedWork {
mgc.go#L910: pp.gcw.flushedWork = false
mgc.go#L1630: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
mgcwork.go#L90: flushedWork bool
mgcwork.go#L129: w.flushedWork = true
mgcwork.go#L182: w.flushedWork = true
mgcwork.go#L257: w.flushedWork = true
mgcwork.go#L266: w.flushedWork = true
mgcwork.go#L294: w.flushedWork = true
mgcwork.go#L298: w.flushedWork = true // handoff did putfull
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)